home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 3 of 3.iso / chapte19 / volume.h < prev    next >
Text File  |  1996-04-29  |  531b  |  23 lines

  1.  
  2. #define IDM_EXIT             100
  3.  
  4. #define IDM_OPEN_DIALOG      202
  5. #define IDM_CLOSE            203
  6.                              
  7. #define IDM_PLAY             204
  8. #define IDM_STOP             208
  9.  
  10. #define IDM_VOLUME_NORMAL    215
  11. #define IDM_VOLUME_INCREASE  216
  12. #define IDM_VOLUME_DECREASE  217
  13.  
  14. #define IDM_ABOUT            300
  15.  
  16. #define DLG_VERFIRST         400
  17. #define DLG_VERLAST          404
  18.  
  19. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  20. LRESULT CALLBACK About  (HWND, UINT, WPARAM, LPARAM);
  21.  
  22.  
  23.